home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / MUZIK / MP3COMPR / MP3COMPR.EXE / _SETUP.1 / MP3Comp.exe / 0 / RCDATA / TPREFFORM / TPREFFORM.txt
Encoding:
Text File  |  1997-07-18  |  3.6 KB  |  199 lines

  1. object PrefForm: TPrefForm
  2.   Left = 260
  3.   Top = 175
  4.   HelpContext = 4
  5.   BorderStyle = bsSingle
  6.   Caption = 'Preferences'
  7.   ClientHeight = 271
  8.   ClientWidth = 311
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SampleLabel1: TLabel
  19.     Left = 152
  20.     Top = 144
  21.     Width = 22
  22.     Height = 13
  23.     Caption = 'Start'
  24.     Enabled = False
  25.   end
  26.   object SampleLabel2: TLabel
  27.     Left = 224
  28.     Top = 144
  29.     Width = 19
  30.     Height = 13
  31.     Caption = 'End'
  32.     Enabled = False
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 8
  36.     Top = 8
  37.     Width = 297
  38.     Height = 105
  39.     Caption = 'MPEG Layer 3 Format : '
  40.     TabOrder = 0
  41.     object Label1: TLabel
  42.       Left = 24
  43.       Top = 56
  44.       Width = 73
  45.       Height = 13
  46.       Caption = 'Output Format :'
  47.     end
  48.     object KbsLabel: TLabel
  49.       Left = 120
  50.       Top = 0
  51.       Width = 3
  52.       Height = 13
  53.     end
  54.     object StereoCheck: TCheckBox
  55.       Left = 120
  56.       Top = 24
  57.       Width = 57
  58.       Height = 17
  59.       Caption = 'Stereo'
  60.       State = cbChecked
  61.       TabOrder = 0
  62.       OnClick = CalculeKb
  63.     end
  64.     object FreqBox: TComboBox
  65.       Left = 8
  66.       Top = 24
  67.       Width = 97
  68.       Height = 21
  69.       Style = csDropDownList
  70.       Ctl3D = True
  71.       DropDownCount = 9
  72.       ItemHeight = 13
  73.       Items.Strings = (
  74.         '48000 Hz'
  75.         '44100 Hz'
  76.         '32000 Hz'
  77.         '24000 Hz'
  78.         '22050 Hz'
  79.         '16000 Hz'
  80.         '12000 Hz'
  81.         '11025 Hz'
  82.         ' 8000 Hz')
  83.       ParentCtl3D = False
  84.       TabOrder = 1
  85.       OnChange = CalculeKb
  86.     end
  87.     object QuickCheck: TCheckBox
  88.       Left = 184
  89.       Top = 24
  90.       Width = 49
  91.       Height = 17
  92.       Caption = 'Quick'
  93.       State = cbChecked
  94.       TabOrder = 2
  95.     end
  96.     object WAVCheck: TCheckBox
  97.       Left = 120
  98.       Top = 56
  99.       Width = 145
  100.       Height = 17
  101.       Caption = 'WAV Mpeg Layer3 Format'
  102.       State = cbChecked
  103.       TabOrder = 3
  104.     end
  105.     object MP3Check: TCheckBox
  106.       Left = 120
  107.       Top = 72
  108.       Width = 97
  109.       Height = 17
  110.       Caption = 'MP3 Format'
  111.       TabOrder = 4
  112.     end
  113.   end
  114.   object DelCheck: TCheckBox
  115.     Left = 8
  116.     Top = 128
  117.     Width = 129
  118.     Height = 17
  119.     Caption = 'Delete after Compress'
  120.     State = cbChecked
  121.     TabOrder = 1
  122.   end
  123.   object OK: TButton
  124.     Left = 8
  125.     Top = 240
  126.     Width = 57
  127.     Height = 25
  128.     Caption = 'OK'
  129.     TabOrder = 2
  130.     OnClick = OKClick
  131.   end
  132.   object DestCheck: TCheckBox
  133.     Left = 8
  134.     Top = 192
  135.     Width = 129
  136.     Height = 17
  137.     Caption = 'Same Destination Dir'
  138.     State = cbChecked
  139.     TabOrder = 3
  140.     OnClick = DestCheckClick
  141.   end
  142.   object DestEdit: TEdit
  143.     Left = 152
  144.     Top = 192
  145.     Width = 153
  146.     Height = 21
  147.     Ctl3D = True
  148.     Enabled = False
  149.     ParentCtl3D = False
  150.     TabOrder = 4
  151.   end
  152.   object SampleCheck: TCheckBox
  153.     Left = 8
  154.     Top = 144
  155.     Width = 105
  156.     Height = 17
  157.     Caption = 'Make Sample too'
  158.     Enabled = False
  159.     TabOrder = 5
  160.     OnClick = SampleCheckClick
  161.   end
  162.   object StartEdit: TEdit
  163.     Left = 184
  164.     Top = 144
  165.     Width = 33
  166.     Height = 21
  167.     Enabled = False
  168.     TabOrder = 6
  169.     Text = '00:10'
  170.   end
  171.   object EndEdit: TEdit
  172.     Left = 248
  173.     Top = 144
  174.     Width = 33
  175.     Height = 21
  176.     Enabled = False
  177.     TabOrder = 7
  178.     Text = '01:00'
  179.   end
  180.   object Cancel: TButton
  181.     Left = 88
  182.     Top = 240
  183.     Width = 57
  184.     Height = 25
  185.     Caption = 'Cancel'
  186.     TabOrder = 8
  187.     OnClick = CancelClick
  188.   end
  189.   object Defaut: TButton
  190.     Left = 216
  191.     Top = 248
  192.     Width = 89
  193.     Height = 17
  194.     Caption = 'Restore Default'
  195.     TabOrder = 9
  196.     OnClick = DefautClick
  197.   end
  198. end
  199.